home *** CD-ROM | disk | FTP | other *** search
- /*
- File: SampleSBP2Expert.h
-
- Contains: Declarations for sample SBP-2 expert
-
- Version: 1.0
-
- Copyright: © 1998 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: Eric Anderson
-
- Other Contact:
-
- Technology: FireWire
-
- Writers:
-
- (EA) Eric Anderson (ewa)
-
- Change History (most recent first):
-
- <FW2> 9/20/98 EA Filled in header comments.
- <FW1> 9/20/98 EA first checked in
- */
-
-
- #ifndef __SampleSBP2EXPERT__
- #define __SampleSBP2EXPERT__
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #if PRAGMA_IMPORT_SUPPORTED
- #pragma import on
- #endif
-
- #if PRAGMA_ALIGN_SUPPORTED
- #pragma options align=mac68k
- #endif
-
- struct SBPExpertDataStruct
- {
- GDFDeviceEventRegistrationID
- gdfDeviceEventRegistrationID; // Reference to generic device event registration.
- };
- typedef struct SBPExpertDataStruct
- SBPExpertData,
- *SBPExpertDataPtr;
-
- #if PRAGMA_ALIGN_SUPPORTED
- #pragma options align=reset
- #endif
-
- #if PRAGMA_IMPORT_SUPPORTED
- #pragma import off
- #endif
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /* __SampleSBP2EXPERT__ */
-